FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package Touchstone-ereferralontario.core#0.1.2-beta (62 ms)

Package Touchstone-ereferralontario.core
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=Touchstone-ereferralontario.core@0.1.2-beta&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task
Url http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task
Version 1.0.0
Status draft
Name EReferralTask
Title Task
Experimental False
Description A task resource describes an activity that can be performed and tracks the state of completion of that activity. It is a representation that an activity should be or has been initiated, and eventually, represents the successful or unsuccessful completion of that activity.
Type Task
Kind resource

Resources that use this resource

CapabilityStatement
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-CapabilityStatement Ontario eReferral FHIR Capability Statement
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-MessageHeader MessageHeader

Resources that this resource uses

StructureDefinition
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest ServiceRequest
http://ehealthontario.ca/fhir/ValueSet/task-business-status Task Business Status
http://ehealthontario.ca/fhir/ValueSet/task-code Task Code


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "ca-on-eReferral-profile-Task",
  "url" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task",
  "version" : "1.0.0",
  "name" : "EReferralTask",
  "title" : "Task",
  "status" : "draft",
  "description" : "A task resource describes an activity that can be performed and tracks the state of completion of that activity. It is a representation that an activity should be or has been initiated, and eventually, represents the successful or unsuccessful completion of that activity.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Task",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Task.meta",
        "path" : "Task.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Task.meta.profile",
        "path" : "Task.meta.profile",
        "comment" : "#### **_` FOR eREFERRAL USAGE: The meta.profile = http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task|1.0.0 `_**\r\n\r\nIt is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Task.identifier",
        "path" : "Task.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Task.identifier.system",
        "path" : "Task.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "Task.identifier.value",
        "path" : "Task.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn",
        "path" : "Task.basedOn",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn.reference",
        "path" : "Task.basedOn.reference",
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn.identifier",
        "path" : "Task.basedOn.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn.identifier.system",
        "path" : "Task.basedOn.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn.identifier.value",
        "path" : "Task.basedOn.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "Task.status",
        "path" : "Task.status",
        "mustSupport" : true
      },
      {
        "id" : "Task.businessStatus",
        "path" : "Task.businessStatus",
        "mustSupport" : true,
        "binding" : {
          "strength" : "example",
          "valueSet" : "http://ehealthontario.ca/fhir/ValueSet/task-business-status"
        }
      },
      {
        "id" : "Task.businessStatus.coding",
        "path" : "Task.businessStatus.coding",
        "mustSupport" : true,
        "binding" : {
          "strength" : "example",
          "valueSet" : "http://ehealthontario.ca/fhir/ValueSet/task-business-status"
        }
      },
      {
        "id" : "Task.businessStatus.coding.system",
        "path" : "Task.businessStatus.coding.system",
        "fixedUri" : "https://ehealthontario.ca/fhir/CodeSystem/task-business-status",
        "mustSupport" : true
      },
      {
        "id" : "Task.businessStatus.coding.code",
        "path" : "Task.businessStatus.coding.code",
        "mustSupport" : true
      },
      {
        "id" : "Task.businessStatus.coding.display",
        "path" : "Task.businessStatus.coding.display",
        "mustSupport" : true
      },
      {
        "id" : "Task.businessStatus.text",
        "path" : "Task.businessStatus.text",
        "mustSupport" : true
      },
      {
        "id" : "Task.intent",
        "path" : "Task.intent",
        "mustSupport" : true
      },
      {
        "id" : "Task.code",
        "path" : "Task.code",
        "comment" : "The title (eg \"My Tasks\", \"Outstanding Tasks for Patient X\") should go into the code",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "http://ehealthontario.ca/fhir/ValueSet/ereferral-ontario/task-code"
        }
      },
      {
        "id" : "Task.code.coding",
        "path" : "Task.code.coding",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "http://ehealthontario.ca/fhir/ValueSet/task-code"
        }
      },
      {
        "id" : "Task.code.coding.system",
        "path" : "Task.code.coding.system",
        "fixedUri" : "https://ehealthontario.ca/fhir/CodeSystem/task-code",
        "mustSupport" : true
      },
      {
        "id" : "Task.code.coding.code",
        "path" : "Task.code.coding.code",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "http://ehealthontario.ca/fhir/ValueSet/ereferral-ontario/task-code"
        }
      },
      {
        "id" : "Task.code.coding.display",
        "path" : "Task.code.coding.display",
        "mustSupport" : true
      },
      {
        "id" : "Task.authoredOn",
        "path" : "Task.authoredOn",
        "mustSupport" : true
      },
      {
        "id" : "Task.lastModified",
        "path" : "Task.lastModified",
        "mustSupport" : true
      },
      {
        "id" : "Task.owner",
        "path" : "Task.owner",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Task.owner.reference",
        "path" : "Task.owner.reference",
        "mustSupport" : true
      },
      {
        "id" : "Task.owner.identifier",
        "path" : "Task.owner.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Task.owner.identifier.system",
        "path" : "Task.owner.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "Task.owner.identifier.value",
        "path" : "Task.owner.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "Task.input",
        "path" : "Task.input",
        "mustSupport" : false
      },
      {
        "id" : "Task.output",
        "path" : "Task.output",
        "mustSupport" : false
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.